<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:1025px) and (max-width:1401px){
@charset "utf-8";

/*é¦–é¡µ*/
.header{ width:100%; position:fixed; top:0; left:0; z-index:1000; -webkit-box-shadow:0px 0px 6px #ccc; -moz-box-shadow:0px 0px 6px #ccc; box-shadow:0px 0px 6px #ccc; background:#FFF;}
.header_in{ width:1024px; margin:0 auto; height:100px;}
.logo{ float:left; display:block; height:78px;}

.nav{ float:right;}
.nav&gt;li{ float:left; width:80px; height:100px; margin:0 10px; position:relative;}
.nav&gt;li:nth-child(1){ width:70px;}
.nav&gt;li&gt;a{ display:block; width:100%; height:100px; line-height:100px; font-size:16px; color:#666666; position:relative;}
.nav&gt;li&gt;a:after{ content:""; position:absolute; bottom:0; left:50%; width:0; height:3px; background:#2f4192; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.nav&gt;li&gt;a:hover{ font-weight:bold; color:#2f4192;}
.nav&gt;li&gt;a:hover:after{ left:0; width:100%;}
.nav&gt;li&gt;a.a_on{ font-weight:bold; color:#2f4192;}
.nav&gt;li&gt;a.a_on:after{ left:0; width:100%;}
.nav&gt;li:hover .nav_in1{ display:block;}
.nav&gt;li:hover&gt;a{ font-weight:bold; color:#2f4192;}
.nav&gt;li:hover&gt;a:after{ left:0; width:100%;}

.nav_contact .nav_in1{ left:auto; right:0;}

.nav_in1{ position:absolute; top:100px; left:0; border:1px solid #2f4192; background:url(../images/nav_bg.png) repeat; width:198px; display:none;}
.nav_in1&gt;li{ float:left; width:198px; border-bottom:1px solid #d2d2d3; position:relative;}
.nav_in1&gt;li:last-child{ border-bottom:0;}
.nav_in1&gt;li&gt;a{ display:block; width:158px; padding:6px 25px 6px 15px; text-align:left; font-size:14px; color:#666666; line-height:18px; background:url(../images/nav_bg1.png) 94% center no-repeat;}
.nav_in1&gt;li:hover&gt;a{ color:#FFF; background:url(../images/nav_bg1_on.png) 94% center no-repeat #2f4192;}
.nav_in1&gt;li:hover .nav_in2{ display:block;}

.nav_in2{ position:absolute; top:-1px; left:198px; border:1px solid #2f4192; background:url(../images/nav_bg.png) repeat; width:198px; display:none;}
.nav_in2&gt;li{ float:left; width:100%; border-bottom:1px solid #d2d2d3; position:relative;}
.nav_in2&gt;li:last-child{ border-bottom:0;}
.nav_in2&gt;li&gt;a{ display:block; width:158px; padding:6px 25px 6px 15px; text-align:left; font-size:14px; color:#666666; line-height:18px; background:url(../images/nav_bg1.png) 94% center no-repeat;}
.nav_in2&gt;li:hover&gt;a{ color:#FFF; background:url(../images/nav_bg1_on.png) 94% center no-repeat #2f4192;}
.nav_in2&gt;li:hover .nav_in3{ display:block;}

.nav_in3{ position:absolute; top:-1px; left:198px; border:1px solid #2f4192; background:url(../images/nav_bg.png) repeat; width:198px; display:none;}
.nav_in3&gt;li{ float:left; width:100%; border-bottom:1px solid #d2d2d3; position:relative;}
.nav_in3&gt;li:last-child{ border-bottom:0;}
.nav_in3&gt;li&gt;a{ display:block; width:158px; padding:6px 25px 6px 15px; text-align:left; font-size:14px; color:#666666; line-height:18px; background:url(../images/nav_bg1.png) 94% center no-repeat;}
.nav_in3&gt;li:hover&gt;a{ color:#FFF; background:url(../images/nav_bg1_on.png) 94% center no-repeat #2f4192;}

.last_nav{ background:none !important; width:168px !important; padding:6px 15px !important;}
.last_nav:hover{ background:#2f4192 !important;}

.mySwiper1 {
  width: 100%;
  height: auto;
  margin:100px auto 0 auto;
}
.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 12px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  position: relative; 
  z-index: 1;
}
.swiper-pagination1{ bottom:30px !important;}
.swiper-pagination1 .swiper-pagination-bullet{ width:12px; height:12px; border-radius:6px; background:#cccccc; outline:none; opacity:1; margin:0 5px !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-pagination1 .swiper-pagination-bullet-active{ width:35px; background:#99ca4a; opacity:1;}

.mobile_bg{ display:none;}
.mySwiper2{ display:none;}

.index1{ width:1024px; margin:0 auto; overflow:hidden; padding:60px 0;}
.index1_1{ float:left; display:block; width:50%;}
.index1_2{ float:right; width:45%; overflow:hidden; text-align:left;}
.index1_3{ float:left; width:100%; overflow:hidden; font-size:24px; color:#333; line-height:34px;}
.index1_4{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:26px; margin-top:5px;}
.index1_5{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666; line-height:24px; margin-top:30px; min-height:168px; position:relative; padding-bottom:24px;}
.index1_5:after{ content:""; width:60px; height:1px; background:#aeaeae; position:absolute; bottom:0; left:0;}
.index1_6{ float:left; width:148px; height:44px; line-height:44px; border:1px solid #d0d0d0; text-align:center; font-size:14px; color:#666; margin-top:50px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index1_6:hover{ background:#2f4192; color:#FFF; border:1px solid #2f4192;}

.index2{ background:#2f4192;}
.index2_1{ width:1024px; margin:0 auto; overflow:hidden; padding:30px 0;}
.index2_1 li{ float:left; overflow:hidden; width:calc(25% - 1px); border-right:1px solid #8893c1; height:160px; color:#FFF;}
.index2_1 li:nth-child(1){ width:calc(25% - 2px); border-left:1px solid #8893c1;}
.index2_2{ width:90%; font-size:40px; font-weight:bold; margin:15px auto 0 auto; overflow:hidden;}
.index2_2 span{ font-size:18px; font-weight:normal; vertical-align:top;}
.index2_3{ width:90%; font-size:14px; line-height:24px; margin:25px auto 0 auto; overflow:hidden;}

.index_title{ width:100%; overflow:hidden;}
.index_title1{ font-size:24px; color:#666; width:100%; line-height:34px;}
.index_title1 span{ font-weight:bold; color:#2f4192;}
.index_title2{ width:100%; line-height:24px; background:url(../images/index_title_bg.jpg) 0 13px repeat-x; margin-top:10px;}
.index_title2 span{ background:#FFF; padding:0 15px; font-size:14px; color:#666; font-weight:lighter;}

.index3{ width:1024px; overflow:hidden; margin:0 auto; padding:55px 0 60px 0;}
.index3_1{ float:left; display:block; width:361px; height:433px; margin-top:35px; position:relative; overflow:hidden;}
.index3_1 img{ display:block; width:361px; height:433px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index3_1 div{ position:absolute; bottom:0; left:0; width:90%; padding:0 5%; background:url(../images/index3_6.png) repeat; height:44px; line-height:44px; font-size:16px; font-weight:bold; color:#FFF; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.index3_1:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

.index3_2{ float:right; overflow:hidden; margin-top:35px;}
.index3_2 li{ float:left; overflow:hidden; margin-left:15px;}
.index3_2 li a{ display:block; width:315px; height:205px; overflow:hidden; position:relative;}
.index3_2 li a img{ display:block; width:315px; height:205px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index3_2 li a div{ position:absolute; bottom:0; left:0; width:90%; padding:0 5%; background:url(../images/index3_6.png) repeat; height:44px; line-height:44px; font-size:16px; font-weight:bold; color:#FFF; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.index3_2 li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

.index3_3{ float:right; overflow:hidden; margin-top:23px;}
.index3_3 li{ float:left; overflow:hidden; margin-left:16px;}
.index3_3 li a{ display:block; width:315px; height:205px; overflow:hidden; position:relative;}
.index3_3 li a img{ display:block; width:315px; height:205px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index3_3 li a div{ position:absolute; bottom:0; left:0; width:90%; padding:0 5%; background:url(../images/index3_6.png) repeat; height:44px; line-height:44px; font-size:16px; font-weight:bold; color:#FFF; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.index3_3 li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

.index3_4{ float:left; margin-top:50px; display:block; width:492px; height:50px; line-height:50px; border:1px solid #2f4192; font-size:16px; color:#2f4192; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index3_4 span{ font-family:"å®‹ä½“"; padding-left:10px;}
.index3_4:hover{ background:#2f4192; color:#FFF;}
.index3_5{ float:right; margin-top:50px; display:block; width:492px; height:50px; line-height:50px; border:1px solid #2f4192; font-size:16px; color:#2f4192; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index3_5 span{ font-family:"å®‹ä½“"; padding-left:10px;}
.index3_5:hover{ background:#2f4192; color:#FFF;}

.index4{ background:#fafafa;}
.index4_1{ width:1024px; overflow:hidden; padding:55px 0 60px 0; margin:0 auto;}

.index_title3{ font-size:24px; color:#666; width:100%; line-height:34px; text-align:left;}
.index_title3 span{ font-weight:bold; color:#2f4192;}
.index_title4{ width:100%; line-height:24px; background:url(../images/index_title_bg.jpg) 0 13px repeat-x; margin-top:10px; overflow:hidden;}
.index_title4 span{ background:#fafafa; padding:0 15px 0 0; font-size:14px; color:#666; font-weight:lighter; float:left;}

.index4_swiper{ width:100%; overflow:hidden; margin-top:-35px;}
.index4_swiper1{ float:right; background:#fafafa;}
.mySwiper3 {
  float:left;
  width: 100%;
  height: auto;
  margin-top:35px;
}

.mySwiper3 .swiper-slide {
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper3 .swiper-slide a{ display:block; overflow:hidden; border:1px solid #d9d9d9; padding-bottom:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-button-prev3{ position:relative; float:right; width:48px; height:48px; background:url(../images/index4_4.png) center center no-repeat #FFF; border:1px solid #e4e4e4; top:0; margin:0 10px 0 0; left:auto; right:auto; outline:none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-button-prev3:hover{ background:url(../images/index4_4_1.png) center center no-repeat #0061b3; border:1px solid #0061b3;}
.swiper-button-prev3:after{ content:"";}
.swiper-button-next3{ position:relative; float:right; width:48px; height:48px; background:url(../images/index4_5.png) center center no-repeat #FFF; border:1px solid #e4e4e4; top:0; margin:0; left:auto; right:auto; outline:none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-button-next3:hover{ background:url(../images/index4_5_1.png) center center no-repeat #0061b3; border:1px solid #0061b3;}
.swiper-button-next3:after{ content:"";}

.index4_1 .more{ float:right; display:block; width:48px; height:48px; background:url(../images/index4_3.png) center center #FFF no-repeat; border:1px solid #e4e4e4; margin-left:20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_1 .more:hover{ background:url(../images/index4_3_1.png) center center #0061b3 no-repeat; border:1px solid #0061b3;}
.index4_2{ width:100%; overflow:hidden;}
.index4_2 img{ display:block; width:100%; height:191px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_3{ display:block; width:90%; overflow:hidden; padding:0 5%; text-align:left;}
.index4_4{ float:left; width:100%; height:26px; line-height:26px; font-size:16px; color:#4d4c4c; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_5{ float:left; width:100%; height:26px; line-height:24px; font-size:14px; color:#828282; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_1 .line{ float:left; width:35px; height:1px; background:#cfcece; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_6{ float:left; width:100%; height:22px; line-height:22px; font-size:12px; color:#828282; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.mySwiper3 .swiper-slide a:hover{ background:#2f4192;}
.mySwiper3 .swiper-slide a:hover .index4_4{ color:#FFF;}
.mySwiper3 .swiper-slide a:hover .index4_5{ color:#FFF;}
.mySwiper3 .swiper-slide a:hover .line{ background:#FFF;}
.mySwiper3 .swiper-slide a:hover .index4_6{ color:#FFF;}

.index5{ width:1024px; overflow:hidden; margin:0 auto; padding:55px 0 50px 0;}
.index5_swiper{ width:100%; overflow:hidden; position:relative; margin-top:40px;}

.mySwiper4 {
  width: 90%;
  padding:10px 1%;
  height: auto;
  margin:0 auto;
}

.mySwiper4 .swiper-slide {
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper4 .swiper-slide a{ display:block; width:calc(100% - 2px); overflow:hidden; border:1px solid #d9d9d9; padding-bottom:25px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-button-prev4{ width:40px; height:60px; background:url(../images/index5_1.png) center center no-repeat #cccccc; outline:none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; left:0; top:50%; margin-top:-30px;}
.swiper-button-prev4:hover{ background:url(../images/index5_1.png) center center no-repeat #0061b3;}
.swiper-button-prev4:after{ content:"";}
.swiper-button-next4{ width:40px; height:60px; background:url(../images/index5_2.png) center center no-repeat #cccccc; outline:none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; right:0; top:50%; margin-top:-30px;}
.swiper-button-next4:hover{ background:url(../images/index5_2.png) center center no-repeat #0061b3;}
.swiper-button-next4:after{ content:"";}

.index5_1{ float:left; width:85px; overflow:hidden;}
.index5_2{ width:100%; overflow:hidden; font-size:14px; color:#b7cde5; height:30px; line-height:30px; background:#5492cd;}
.index5_3{ width:100%; overflow:hidden; font-size:24px; color:#FFF; height:40px; line-height:40px; background:#649dd2;}
.index5_4{ float:right; width:calc(100% - 125px); overflow:hidden; padding-right:20px; text-align:left; font-size:15px; font-weight:bold; color:#333; line-height:24px; height:48px; margin-top:25px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index5_5{ float:left; width:calc(100% - 40px); margin-left:20px; text-align:left; font-size:14px; color:#9a9a9a; line-height:24px; height:48px; overflow:hidden; border-top:1px solid #eeeeee; margin-top:25px; padding-top:25px;}
.index5_6{ float:left; font-size:14px; color:#bababa; margin-left:20px; margin-top:25px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index5_6 span{ font-family:"å®‹ä½“"; padding-left:10px;}
.mySwiper4 .swiper-slide a:hover .index5_4{ color:#02498b;}
.mySwiper4 .swiper-slide a:hover .index5_6{ color:#02498b;}
.mySwiper4 .swiper-slide a:hover{ -webkit-box-shadow:0px 0px 10px #ccc; -moz-box-shadow:0px 0px 10px #ccc; box-shadow:0px 0px 10px #ccc;}

.link{ width:1024px; height:50px; margin:0 auto; background:#FFF; -webkit-box-shadow:0px 0px 5px #ccc; -moz-box-shadow:0px 0px 5px #ccc; box-shadow:0px 0px 5px #ccc; position:relative; z-index:10;}
.link1{ float:left; width:105px; height:50px; line-height:50px; background:#99ca4a; font-size:14px; color:#FFF;}
.mySwiper5 {
  float:left;
  margin-left:20px;
  width: calc(100% - 145px);
  height: auto;
}

.mySwiper5 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper5 .swiper-slide a{ float:left; display:block; max-width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:14px; height:24px; line-height:24px; color:#666; text-align:left; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin-top:13px;}
.mySwiper5 .swiper-slide a:hover{ color:#2f4192;}

.footer{ width:100%; overflow:hidden; background:#2f4192; padding-top:90px; margin-top:-25px; float:left; padding-bottom:30px;}
.footer_in{ width:1024px; overflow:hidden; margin:0 auto;}
.footer_in1{ width:100%; overflow:hidden;}

.footer1{ display:table; margin:0 auto; overflow:hidden;}
.footer1 li{ float:left; background:url(../images/footer1.png) left center no-repeat; padding:0 25px; line-height:24px;}
.footer1 li:nth-child(1){ background:none;}
.footer1 li a{ font-size:14px; color:#FFF;}
.footer1 li a:hover{ text-decoration:underline;}

.footer2{ display:inline-table; margin:25px 20px 0 20px;}
.footer2 img{ display:block; width:107px; margin:0 auto;}
.footer2_1{ color:#acb3d3; line-height:20px; margin-top:10px;}

.footer3{ width:100%; overflow:hidden; font-size:14px; color:#FFF; line-height:24px; margin-top:30px;}
.footer3 a{ color:#FFF;}
.footer3 a:hover{ text-decoration:underline;}

/*å†…é¡µé€šç”¨*/
.banner{ width:100%; height:220px; overflow:hidden; background-size:auto 100%; margin-top:100px; position:relative;}
.banner_title{ width:1024px; margin:0 auto; overflow:hidden;}
.banner_title1{ width:100%; overflow:hidden; font-size:30px; font-weight:bold; color:#443f40; line-height:40px; margin-top:50px;}
.banner_title .line{ width:20px; height:1px; background:#443f40; margin:5px auto 0 auto;}
.banner_title2{ width:100%; overflow:hidden; font-size:16px; color:#443f40; line-height:28px; margin-top:5px;}

.position{ position:absolute; left:0; bottom:0; width:100%; height:40px; background:url(../images/position_bg.png) repeat;}
.position1{ width:1024px; height:40px; margin:0 auto; font-size:14px; text-align:left; font-family:"å®‹ä½“"; line-height:40px;}
.position1 .img{ width:18px; height:17px; background:url(../images/position_img.png) center center no-repeat; margin-top:11px; display:inline-block; vertical-align:text-bottom;}
.position1 a{ color:#000; font-family:"å¾®è½¯é›…é»‘";}
.position1 a:last-child{ color:#2f4192; font-weight:bold;}

.search{ width:100%; height:90px; overflow:hidden; background:#e5e5e5; margin-top:40px; margin-bottom:35px;}
.search1{ float:left; width:318px; height:50px; border:1px solid #c7c7c7; background:#FFF; outline:none; margin-top:20px; margin-left:25px; font-size:16px; font-family:"å¾®è½¯é›…é»‘";}
.search2{ float:left; width:369px; height:48px; border:1px solid #c7c7c7; background:#FFF; outline:none; margin-top:20px; margin-left:15px; font-size:16px; font-family:"å¾®è½¯é›…é»‘"; color:#666; padding:0 20px;}
.search3{ float:left; width:230px; height:50px; border:0; outline:none; margin-top:20px; font-size:16px; font-family:"å¾®è½¯é›…é»‘"; font-weight:bold; color:#FFF; cursor:pointer; background:url(../images/search_bg.png) no-repeat #99ca4a right center;}

/*proClass*/
.proClass{ width:1024px; margin:0 auto; overflow:hidden; padding-bottom:60px;}

.proClass1{ width:100%; overflow:hidden;}
.proClass1 li{ float:left; overflow:hidden; margin-top:26px; width:324px; margin-right:26px;}
.proClass1 li:nth-child(3n){ margin-right:0;}
.proClass1 li a{ display:block; position:relative; overflow:hidden;}
.proClass1 li a img{ display:block; width:324px; height:211px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.proClass1 li a div{ position:absolute; left:0; bottom:0; width:284px; padding:0 20px; height:44px; line-height:44px; background:url(../images/index3_6.png) repeat; font-size:16px; font-weight:bold; color:#FFF; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.proClass1 li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

/*pro*/
.pro_nav{ display:table; overflow:hidden; margin:0 auto 25px auto;}
.pro_nav li{ float:left; overflow:hidden; margin-right:12px; margin-bottom:20px;}
.pro_nav li:last-child{ margin-right:0;}
.pro_nav li a{ display:block; height:44px; line-height:44px; border:1px solid #e8e8e8; padding:0 17.8px; font-size:16px; color:#888888; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro_nav li a.a_on{ background:#99ca4a; color:#FFF; border:1px solid #99ca4a;}
.pro_nav li a:hover{ background:#99ca4a; color:#FFF; border:1px solid #99ca4a;}

.pro{ width:100%; overflow:hidden;}
.pro li{ float:left; overflow:hidden; width:318px; border:1px solid #e6e6e6; margin-top:50px; margin-right:32px;}
.pro li:nth-child(3n){ margin-right:0;}
.pro li a{ display:block; overflow:hidden; width:318px; position:relative;}
.pro li a .img{ overflow:hidden;}
.pro li a img{ display:block; width:318px; height:206px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro1{ width:90%; padding:0 5%; margin:0 auto; overflow:hidden; border-top:1px solid #e6e6e6; text-align:left; padding-bottom:10px;}
.pro1_1{ width:100%; overflow:hidden; font-size:16px; font-weight:bold; color:#333; line-height:26px; margin-top:20px; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro1_2{ width:100%; overflow:hidden; font-size:16px; color:#666; line-height:26px; margin-top:10px; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro1_3{ width:100%; overflow:hidden; margin-top:15px; border-top:1px solid #b9b9b9; font-size:13px; color:#777777; font-family:"Arial"; height:40px; line-height:40px; background:url(../images/pro4.png) right center no-repeat; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.pro li a:hover .pro1_1{ color:#2f4192;}
.pro li a:hover .pro1_3{ color:#2f4192; background:url(../images/pro4_1.png) right center no-repeat;}

.page{ width:100%; overflow:hidden; padding-top:40px;}
.page a{ display:inline-block; height:40px; line-height:40px; font-size:16px; color:#999; padding:0 15px; border:1px solid #c8c8c8; margin:10px 4px 0 4px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.page span{ display:inline-block; height:40px; line-height:40px; font-size:16px; color:#999; padding:0 15px; border:1px solid #c8c8c8; margin:10px 4px 0 4px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.page a:hover{ background:#99ca4a; color:#FFF; border:1px solid #99ca4a;}
.page span:hover{ background:#99ca4a; color:#FFF; border:1px solid #99ca4a;}

/*proIn*/
.proIn1{ width:1024px; margin:0 auto; overflow:hidden; padding:40px 0 50px 0;}
.proIn1_1{ float:left; border:1px solid #fafafc; display:block; width:490px; height:auto;}
.proIn1_2{ float:right; overflow:hidden; width:490px; text-align:left;}
.proIn1_3{ float:left; width:100%; overflow:hidden; font-size:30px; line-height:40px;}
.proIn1_4{ float:left; width:100%; overflow:hidden; font-size:16px; color:#5e5e5e; line-height:30px; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; margin-top:25px; padding:20px 0;}
.proIn1_5{ float:left; display:block; width:95px; padding-left:60px; height:45px; line-height:43px; font-size:16px; color:#FFF; background:url(../images/download.png) 25px center no-repeat #99ca4a; margin-top:30px;}

.proIn2{ width:100%; height:60px; background:#f2f2f2;}
.proIn2_1{ width:1024px; margin:0 auto; overflow:hidden;}
.proIn2_1 span{ display:block; float:left; font-size:20px; font-weight:bold; color:#2f4192; line-height:58px; background:#FFF; width:168px; border-left:1px solid #dedede; border-right:1px solid #dedede; border-top:1px solid #2f4192; border-bottom:1px solid #FFF;}

.proIn3{ width:1024px; margin:0 auto; overflow:hidden; padding-bottom:30px;}
.proIn3 li{ float:left; width:100%; overflow:hidden; margin-top:50px;}
.proIn3 li:nth-child(2n) .proIn3_1{ float:right;}
.proIn3 li:nth-child(2n-1) .proIn3_1{ float:left;}
.proIn3 li:nth-child(2n) .proIn3_4{ float:left;}
.proIn3 li:nth-child(2n-1) .proIn3_4{ float:right;}
.proIn3_1{ width:490px; overflow:hidden; text-align:left;}
.proIn3_2{ width:100%; overflow:hidden; font-size:20px; color:#2f4192; line-height:30px; margin-top:30px;}
.proIn3_3{ width:100%; overflow:hidden; font-size:16px; color:#000000; line-height:30px; margin-top:40px;}
.proIn3_4{ display:block; width:490px; height:auto;}

.proIn_title{ width:1024px; margin:0 auto; overflow:hidden; text-align:left; font-size:20px; color:#2f4192; line-height:30px; border-bottom:1px solid #e9e9e9; padding:20px 0 15px 0;}
.proIn_content{ width:1024px; margin:0 auto; overflow:hidden; text-align:left; font-size:16px; color:#000; line-height:30px; padding:30px 0;}
.proIn_content img{ display:block; margin:0 auto; max-width:100%;}

.pageIn{ width:1024px; margin:0 auto; overflow:hidden; border-top:1px solid #e6e6e9; position:relative; padding:20px 0 50px 0;}
.pageIn1{ float:left; max-width:80%; overflow:hidden; clear:both; font-size:14px; line-height:24px; margin-top:10px; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pageIn1 span{ color:#333; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pageIn1 a{ color:#333; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pageIn1:hover{ color:#2f4192;}
.pageIn1:hover span{ color:#2f4192;}
.pageIn1:hover a{ color:#2f4192;}
.pageIn1_1{ font-family:"å®‹ä½“";}
.pageIn2{ display:block; position:absolute; right:0; top:30px; width:130px; height:45px; line-height:45px; background:#99ca4a; font-size:14px; color:#FFF; -webkit-border-radius:22.5px; -moz-border-radius:22.5px; border-radius:22.5px;}
.pageIn2 span{ font-family:"å®‹ä½“"; font-size:18px; display:inline-block; vertical-align:middle;}

.recommend{ width:100%; overflow:hidden; background:#f2f2f2; border-top:1px solid #e6e6e6; padding:35px 0 100px 0;}
.recommend1{ width:1024px; border-bottom:1px dashed #b9b8b8; margin:0 auto; overflow:hidden; text-align:left; font-size:20px; font-weight:bold; color:#333; line-height:22px; padding-bottom:20px;}
.recommend1 span{ color:#2f4192;}
.recommend1_1{ float:right; font-size:14px; font-weight:normal; color:#666;}
.recommend1_1:hover{ text-decoration:underline;}

.recommend2{ width:1024px; overflow:hidden; margin:0 auto;}
.recommend2 li{ float:left; overflow:hidden; width:235.25px; border:1px solid #e6e6e6; margin-top:30px; margin-right:25px;}
.recommend2 li:last-child{ margin-right:0;}
.recommend2 li a{ display:block; width:100%; overflow:hidden;}
.recommend2_1{ display:block; width:100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.recommend2_2{ width:205.25px; padding:0 15px; height:46px; line-height:46px; background:#FFF; border-top:1px solid #e6e6e6; font-size:14px; color:#333; text-align:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position:relative; z-index:10;}
.recommend2 li a:hover .recommend2_2{ background:#2f4192; color:#FFF;}
.recommend2 li a:hover .recommend2_1{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

/*service*/
.service{ width:100%; overflow:hidden;}
.service li{ width:100%; overflow:hidden; border-bottom:1px solid #f0f0f0; padding:30px 0;}
.service li a{ display:block; width:100%; overflow:hidden; position:relative;}
.service1{ float:left; display:block; width:218px; height:158px;}
.service2{ float:left; width:614px; text-align:left; margin-left:60px;}
.service2_1{ float:left; width:100%; overflow:hidden; font-size:18px; color:#333; line-height:34px; white-space:nowrap; text-overflow:ellipsis; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.service2_2{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666; line-height:24px; margin-top:20px;}
.service2_3{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666; line-height:24px; height:48px; margin-top:10px;}
.service3{ position:absolute; top:50%; right:0; margin-top:-23px; width:46px; height:46px; background:url(../images/service4.png) center center no-repeat #999999; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.service li a:hover .service2_1{ color:#005a98;}
.service li a:hover .service3{ background:url(../images/service4.png) center center no-repeat #005a98;}

/*serviceIn*/
.serviceIn{ width:1024px; margin:0 auto; overflow:hidden; padding:45px 0 0 0;}
.serviceIn1{ width:100%; overflow:hidden; font-size:24px; font-weight:bold; color:#333; line-height:34px;}
.serviceIn2{ width:100%; overflow:hidden; font-size:14px; color:#666666; line-height:24px; margin-top:30px;}
.serviceIn3{ width:100%; overflow:hidden; margin-top:30px; border-top:1px solid #dedede; padding:45px 0; text-align:left; font-size:16px; color:#333; line-height:30px;}
.serviceIn3 img{ display:block; margin:0 auto; max-width:100%;}

.recommend3{ width:1024px; overflow:hidden; margin:30px auto 0 auto;}
.recommend3 li{ float:left; overflow:hidden; margin-top:1px; font-size:14px; line-height:24px;}
.recommend3 li a{ float:left; color:#666;}
.recommend3 li span{ float:right; color:#929292;}
.recommend3 li:nth-child(2n-1){ width:calc(50% - 36px); border-right:1px dotted #b2b2b2; padding:3px 35px 3px 0;}
.recommend3 li:nth-child(2n){ width:calc(50% - 35px); padding:3px 0 3px 35px;}
.recommend3 li a:hover{ text-decoration:underline;}

/*solution*/
.solution{ width:100%; overflow:hidden; background:#f7f7f7; padding:60px 0;}
.solution1{ width:1024px; margin:0 auto; overflow:hidden;}

.mySwiper6 {
  float:left;
  width: 100%;
  height: 275px;
  overflow:hidden;
  position:relative;
}

.mySwiper6 .swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mySwiper6 .swiper-slide .solution1_a {
  float:left;
  display: block;
  width: 490px;
  height:275px;
  position:relative;
}
.mySwiper6 .swiper-slide a img{ display:block; width:490px; height:275px;}
.mySwiper6 .swiper-slide a .solution1_1{ position:absolute; left:0; bottom:0; width:90%; padding:0 5%; height:55px; line-height:55px; background:url(../images/solution6.png) repeat; font-size:16px; color:#FFF; font-weight:bold; text-align:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.swiper-button-prev6{ left:0; width:39px; height:70px; background:url(../images/solution7.png) center center no-repeat; outline:none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin-top:-50px;}
.swiper-button-prev6:hover{ filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.7;}
.swiper-button-prev6:after{ content:"";}
.swiper-button-next6{ left:490px; margin-left:-39px; width:39px; height:70px; background:url(../images/solution8.png) center center no-repeat; outline:none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin-top:-50px;}
.swiper-button-next6:hover{ filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.7;}
.swiper-button-next6:after{ content:"";}

.solution1_2{ float:right; width:490px; overflow:hidden; text-align:left;}
.solution1_3{ float:left; height:20px; line-height:22px; border-left:5px solid #99ca4a; font-size:18px; font-family:"Arial"; padding-left:12px;}
.solution1_4{ float:left; width:100%; overflow:hidden; font-size:20px; color:#333; line-height:30px; margin-top:20px;}
.solution1_5{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666; line-height:24px; margin-top:15px;}
.solution1_6{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666; line-height:30px; margin-top:15px; height:90px;}
.solution1_7{ float:left; width:120px; height:40px; line-height:40px; font-size:14px; color:#FFF; background:#99ca4a; text-align:center; margin-top:15px;}

.solution2{ width:1024px; margin:0 auto; overflow:hidden; padding:10px 0 60px 0;}
.solution2_1{ width:1024px; overflow:hidden;}
.solution2_1 li{ float:left; margin-top:40px; margin-right:18.5px; border:1px solid #e6e6e6;}
.solution2_1 li:nth-child(3n){ margin-right:0;}
.solution2_1 li a{ display:block; position:relative; overflow:hidden; width:327px; height:247px;}
.solution2_2{ display:block; width:327px; height:247px;}
.solution2_3{ position:absolute; z-index:10; bottom:-75px; left:0; background:url(../images/solution4.png) repeat; width:100%; height:135px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.solution2_4{ width:90%; padding:0 5%; height:60px; line-height:60px; font-size:16px; color:#FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.solution2_5{ width:120px; height:40px; line-height:40px; background:#99ca4a; font-size:14px; color:#FFF; margin:0 auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.solution2_1 li a:hover .solution2_3{ bottom:0; background:url(../images/solution4_1.png) repeat;}
.solution2_1 li a:hover .solution2_4{ margin-top:5px;}
.solution2_1 li a:hover .solution2_5{ margin-top:5px;}

/*case*/
.case{ width:1024px; overflow:hidden; margin:-20px auto 0 auto;}
.case li{ float:left; overflow:hidden; width:328px; margin-right:19px; margin-top:20px;}
.case li:nth-child(3n){ margin-right:0;}
.case li a{ display:block; overflow:hidden; border:1px solid #d9d9d9; padding-bottom:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.case .line{ float:left; width:35px; height:1px; background:#cfcece; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.case li a:hover{}
.case li a:hover .index4_2 img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.case li a:hover{ background:#2f4192;}
.case li a:hover .index4_4{ color:#FFF;}
.case li a:hover .index4_5{ color:#FFF;}
.case li a:hover .line{ background:#FFF;}
.case li a:hover .index4_6{ color:#FFF;}

/*news*/
.news{ width:1024px; margin:0 auto; padding-bottom:60px;}
.news_list{ width:100%; margin:15px auto 0 auto;}
.news_list li{ float:left; width:calc(100% - 2px); overflow:hidden; border:1px solid #eeeeee; margin-top:20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news_list li a{ display:block; width:100%; overflow:hidden; padding:20px 0;}
.news1{ float:left; overflow:hidden; width:85px; margin-left:20px;}
.news1_1{ float:left; width:100%; overflow:hidden; height:30px; line-height:30px; background:#5492cd; color:#b7cde5; font-size:14px;}
.news1_2{ float:left; width:100%; overflow:hidden; height:40px; line-height:40px; background:#649dd2; color:#FFF; font-size:24px;}
.news2{ float:left; overflow:hidden; text-align:left; margin-left:20px; width:calc(100% - 145px);}
.news2_1{ float:left; width:100%; overflow:hidden; font-size:16px; font-weight:bold; color:#333; white-space:nowrap; text-overflow:ellipsis; line-height:28px; margin-top:5px;}
.news2_2{ float:left; width:100%; overflow:hidden; font-size:14px; color:#9a9a9a; white-space:nowrap; text-overflow:ellipsis; line-height:24px; margin-top:8px;}
.news_list li:hover{ -webkit-box-shadow:0px 0px 10px #eee; -moz-box-shadow:0px 0px 10px #eee; box-shadow:0px 0px 10px #eee;}

/*about*/
.about{ width:1024px; margin:0 auto; overflow:hidden; padding:40px 0 60px 0;}

.about1{ width:100%; overflow:hidden;}
.about1 li{ float:left; width:100%; overflow:hidden; margin-top:50px;}
.about1 li:nth-child(2n-1) .about2{ float:right;}
.about1 li:nth-child(2n) .about2{ float:left;}
.about1 li:nth-child(2n-1) .about3{ float:left;}
.about1 li:nth-child(2n) .about3{ float:right;}
.about2{ display:block; width:490px;}
.about3{ width:490px; overflow:hidden; text-align:left;}
.about3_1{ float:left; width:100%; overflow:hidden; font-size:24px; color:#333; line-height:34px;}
.about3_2{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:26px; margin-top:6px;}
.about3_3{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666; line-height:24px; margin-top:40px;}

/*äººæ‰æ‹›è˜*/
.n_recruit{ width:calc(100% - 2px); height:310px; margin:50px auto 0 auto; border:1px solid #f2f2f2; background:#FFF;}
.n_recruit1{ float:left; width:44%; height:310px;}
.n_recruit2{ float:right; width:calc(56% - 102px); padding:0 50px; height:310px; text-align:left;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.n_recruit2_1{ width:100%; height:45px; overflow:hidden; font-size:20px; font-weight:bold; position:relative; line-height:24px;}
.n_recruit2_1 span{ width:60px; height:2px; background:#555555; position:absolute; bottom:0; left:0;}
.n_recruit2_2{ width:100%; overflow:hidden; font-size:14px; color:#666; line-height:30px; margin-top:35px; height:120px;}
.n_recruit2_3{ width:100%; overflow:hidden;}

.recruit1{ overflow:hidden; width:100%;}

.recruit3{ float:none; width:100%; margin:0 auto; margin-top:50px; overflow:hidden;}
.recruit3_1{ float:left; width:100%; overflow:hidden; line-height:20px; background:#99ca4a; text-align:center; font-size:16px; color:#FFF; padding:15px 0;}
.recruit3_2{ float:left; width:30%; padding:0 1%;}
.recruit3_3{ float:left; width:12%; padding:0 1%;}
.recruit3_4{ float:left; width:18%; padding:0 1%;}
.recruit3_5{ float:left; width:14%; padding:0 1%;}
.recruit3_6{ float:left; width:10%; padding:0 1%;}

.recruit4{ float:left; width:100%; overflow:hidden;}
.recruit4 li{ float:left; width:100%; overflow:hidden; border-bottom:1px solid #eeeeee;}
.recruit4_1{ float:left; width:100%; overflow:hidden; text-align:center; font-size:16px; color:#999999; cursor:pointer;}
.recruit4_2{ float:left; width:30%; padding:30px 1%; text-align:left; line-height:20px;}
.recruit4_3{ float:left; width:12%; padding:30px 1%; line-height:20px;}
.recruit4_4{ float:left; width:18%; padding:30px 1%; line-height:20px;}
.recruit4_5{ float:left; width:14%; padding:30px 1%; line-height:20px;}
.recruit4_6{ float:left; width:10%; padding:30px 1%; line-height:20px;}
.recruit4_7{ float:left; width:6%; height:80px; background:url(../images/recruit2.jpg) center center no-repeat; background-size:auto 10px; cursor:pointer;}

.recruit4_8{ font-size:14px; color:#666; line-height:30px; padding:20px 0; border-bottom:1px solid #e5e5e5;}
.recruit4_9{ float:left; width:100%; overflow:hidden; padding:30px 0;}
.recruit4_10{ float:left; display:block; width:154px; height:44px; line-height:44px; text-align:center; background:#99ca4a; font-size:14px; color:#FFF;}
.recruit4_11{ float:right; font-size:16px; color:#666; height:44px; line-height:44px;}
.recruit4_12{ display:none; float:left; width:96%; background:#f7f7f7; text-align:left; padding:0 2%;}

/*contact*/
.contact{ width:1024px; overflow:hidden; margin:0 auto; padding:40px 0 50px 0;}

.contact1{ width:100%; overflow:hidden; background:url(../images/contact2.jpg) 45% center no-repeat; margin-top:40px;}
.contact1_1{ float:left; width:430px; overflow:hidden; text-align:left;}
.contact1_2{ float:left; width:100%; overflow:hidden; font-size:16px; color:#00649c; line-height:28px;}
.contact1_3{ float:left; width:100%; overflow:hidden; font-size:24px; font-weight:bold; color:#00649c; line-height:40px;}
.contact1_4{ float:left; width:100%; overflow:hidden; margin-top:20px;}
.contact1_4 li{ float:left; font-size:16px; color:#666; line-height:30px; padding-left:25px; width:calc(100% - 25px);}
.contact1_4 li:nth-child(1){ background:url(../images/contact1_1.png) left 9px no-repeat;}
.contact1_4 li:nth-child(2){ background:url(../images/contact1_2.png) left 10px no-repeat;}
.contact1_4 li:nth-child(3){ background:url(../images/contact1_3.png) 1px 8px no-repeat;}
.contact1_5{ float:right; width:400px; border-left:1px solid #e5e5e5; padding:15px 0 20px 15px;}
.contact1_6{ float:left; overflow:hidden; width:48%; padding:0 1%;}
.contact1_7{ display:block; margin:0 auto; width:107px;}
.contact1_8{ width:100%; font-size:14px; color:#666; line-height:20px; margin-top:10px;}

.map{ width:100%; height:450px;}

.contact2{ width:100%; overflow:hidden; background:url(../images/contact3.jpg) center center no-repeat #f6f6f6; background-size:cover; padding:50px 0 30px 0;}
.contact2_1{ width:1024px; overflow:hidden; margin:0 auto;}

.feedback{ width:1024px; overflow:hidden; margin:0 auto; padding-bottom:65px;}
.feedback_l{ float:left; overflow:hidden; width:49%; padding-right:1%;}
.feedback_r{ float:right; overflow:hidden; width:49%; padding-left:1%;}
.feedback_b{ float:left; width:100%; overflow:hidden;}
.feedback .input1{ float:left; width:calc(94% - 2px); padding:0 3%; height:42px; line-height:42px; overflow:hidden; background:#FFF; font-size:16px; font-family:"First"; color:#333; border:1px solid #cecece; outline:none; margin-top:35px;}
.feedback .input2{ float:left; width:calc(74% - 2px); padding:0 3%; height:42px; line-height:42px; overflow:hidden; background:#FFF; font-size:16px; font-family:"First"; color:#333; border:1px solid #cecece; outline:none; margin-top:35px;}
.feedback .textarea1{ float:left; width:calc(94% - 2px); padding:8px 3%; height:105px; line-height:26px; overflow:hidden; background:#FFF; font-size:16px; font-family:"First"; color:#333; border:1px solid #cecece; outline:none; margin-top:35px;}
.feedback .button1{ width:148px; height:44px; border:1px solid #99ca4a; background:#99ca4a; cursor:pointer; -webkit-border-radius:23px; -moz-border-radius:23px; border-radius:23px; font-size:18px; font-family:"First"; color:#FFF; outline:none; margin-top:40px; float:left; position:relative; left:49%; margin-left:-150px;}
.feedback .button2{ width:148px; height:44px; border:1px solid #cccccc; background:#FFF; cursor:pointer; -webkit-border-radius:23px; -moz-border-radius:23px; border-radius:23px; font-size:18px; font-family:"First"; color:#464646; outline:none; margin-top:40px; float:left; position:relative; left:51%;}

.valid_code1{ float:left; margin-top:35px; display:block; height:44px; width:20%;}

}</pre></body></html>